home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01539_SStoYEARS.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  377 b   |  16 lines

  1. global snextmovie, spastmovie, nnextfn
  2.  
  3. on mouseDown
  4.   puppetSound("Single Click")
  5.   cursor(4)
  6.   set nnextfn to 1
  7.   set spastmovie to the movie
  8.   set snextmovie to the name of cast the mouseCast & "_00"
  9.   set the type of sprite 2 to 0
  10.   mpstypez(32, 33, 0)
  11.   mspriteset(1, 1, 1, 0, the number of cast snextmovie, 320, 240)
  12.   puppetTransition(23)
  13.   go("OUT")
  14.   unLoadCast()
  15. end
  16.